Coda by Ian Macalinao
    Preparing search index...

    Interface AccountBumpValueNode

    Refers to the bump seed of a named PDA-derived account in the surrounding instruction.

    interface AccountBumpValueNode {
        kind: "accountBumpValueNode";
        name: CamelCaseString;
    }
    Index
    kind: "accountBumpValueNode"

    The name of the account whose bump seed is referenced.