Coda by Ian Macalinao
    Preparing search index...

    Type Alias InstructionAccountDefaultRule

    type InstructionAccountDefaultRule = {
        account: RegExp | string;
        defaultValue: InstructionInputValueNode;
        ignoreIfOptional?: boolean;
        instruction?: string;
    }
    Index

    Properties

    account: RegExp | string

    The name of the instruction account or a pattern to match on it.

    The default value to assign to it.

    ignoreIfOptional?: boolean

    false.

    instruction?: string
    Defaults to searching accounts on all instructions.