Transactions
Payment
ret_code_t
vertices_transaction_pay_new(
account_info_t *account,
char *receiver,
uint64_t amount,
void *params);Parameters
account: sender account. Handle after creating the account usingvertices_account_add.receiver: public base-32 address of the receiver account.amount: the number of tokens to be sent. In Algorand's case in microAlgos.params: in Algorand's case,notethat will be included in the transaction.
Return codes
VTC_SUCCESSif the transaction went throughVTC_ERROR_INVALID_PARAMif one parameter is incorrect