Type alias TransferParamJson

TransferParamJson: {
    amount: string;
    data: HexString;
    from: AddressParamJson;
    to: ReceiverParamJson;
    token_id: HexString;
}

Structure of JSON formatted parameter used for CIS-2 "transfer" transactions

Type declaration

Generated using TypeDoc