Funding

Funding transaction type.

Funding(
    int accountId,
	int subAccountId,
	int subAccountNonce,
	List<int> fundingAccountIds,
	String fee,
	int feeToken,
)

func sign

void sign(ZkLinkSigner zkLinkSigner)

Sign transaction with given ZkLinkSigner

func toJson

String toJson()

Get the json str of Funding

Last updated