Swig TS — API References
    Preparing search index...

    Type Alias SubAccountToggleV1InstructionDataArgs

    type SubAccountToggleV1InstructionDataArgs = {
        authorityPayload: ReadonlyUint8Array;
        enabled: boolean;
        roleId: number;
    }
    Index

    Properties

    authorityPayload: ReadonlyUint8Array
    enabled: boolean
    roleId: number