dsteem
    Preparing search index...

    Interface CustomBinaryOperation

    Generic operation.

    interface CustomBinaryOperation {
        "0": "custom_binary";
        "1": {
            data: number[] | HexBuffer | Buffer<ArrayBufferLike>;
            id: string;
            required_active_auths: string[];
            required_auths: AuthorityType[];
            required_owner_auths: string[];
            required_posting_auths: string[];
        };
    }

    Hierarchy (View Summary)

    Index

    Properties

    0 1

    Properties

    "0": "custom_binary"
    "1": {
        data: number[] | HexBuffer | Buffer<ArrayBufferLike>;
        id: string;
        required_active_auths: string[];
        required_auths: AuthorityType[];
        required_owner_auths: string[];
        required_posting_auths: string[];
    }

    Type Declaration

    • data: number[] | HexBuffer | Buffer<ArrayBufferLike>
    • id: string

      ID string, must be less than 32 characters long.

    • required_active_auths: string[]
    • required_auths: AuthorityType[]
    • required_owner_auths: string[]
    • required_posting_auths: string[]