SendTransaction()
Before calling the function make sure you have the Connector object initialized.
Understanding Connector ObjectFunction Call
Field
Type
Description
Integeral
int
Integral is the value that comes before the dot
Fraction
long
Fraction is the value that comes after the dot
Fee
double
Amount of fee you want to maximum spend
PublicKey
string
Base58 ed25519 PublicKey of Sender
PrivateKey
string
Base58 ed25519 PrivateKey of Sender
Target
string
Base58 ed25519 PublicKey of Receiver
UserData
byte[]
Optional: Userdata/extra information you want to store along with the Transaction
TxsID
long
Optional: Specify TransactionId for high performance applications
Transaction
Optional: Meant for developers that are common with forming a transaction for the Credits Blockchain
Return value of function: TransactionFlowResult
Example
Return value of function: TransactionFlowResult
Output of Example
Output is printed via ObjectDumper
Last updated