Interface TransactionArgument

interface TransactionArgument {
    bcsToBytes(): Uint8Array;
    bcsToHex(): Hex;
    serialize(serializer): void;
    serializeForEntryFunction(serializer): void;
    serializeForScriptFunction(serializer): void;
}

Hierarchy (view full)

Implemented by

Methods

Generated using TypeDoc