Skip to content

Bitcoin Set Tx Fee

Xenland edited this page Dec 6, 2012 · 5 revisions

Back to API Call Index

Purpose

This function will tell Bitcoin client what the default tx fee should be set to.

Parameter(s)

This function takes one parameter which is amount_in_satoshi and is optional, but is considered required as it will default to a fall back value of 00000000 if not set.

Output | Type: Array

This function outputs an array this array will output just return_status

return_status

  • Type: Integer

-1 = Failure to set run set tx fee function

1 = Success (Tx fee set)

100 = Failure to connect to Bitcoin

101 = Seting TX fee failed.