Interface EntryFunctionArgument

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

Hierarchy (view full)

Implemented by

Methods

  • Serialize an argument as a type-agnostic, fixed byte sequence. The byte sequence contains the number of the following bytes followed by the BCS-serialized bytes for a typed argument.

    Parameters

    Returns void

Generated using TypeDoc