@tributary-so/sdk
    Preparing search index...

    Type Alias ForwardAccountMeta

    Per-account metadata returned by a ForwardBuilder.

    Deliberately omits isSigner — the assembler (assembleComposableRemainingAccounts) stamps isSigner: false on every account, enforcing ADR-0008 (CPI signer sanitization). A builder literally cannot leak signer authority because the field does not exist on this type.

    type ForwardAccountMeta = {
        isWritable: boolean;
        pubkey: PublicKey;
    }
    Index

    Properties

    Properties

    isWritable: boolean
    pubkey: PublicKey