tagion_wallet_create_instance

Create a new wallet instance

version(none)
extern (C)
int
tagion_wallet_create_instance

Parameters

wallet_instance WalletT*

pointer to create the instance at

Return Value

Type: int

ErrorCode

Examples

WalletT w;
int rt = tagion_wallet_create_instance(&w);
assert(rt == ErrorCode.none);