Coda by Ian Macalinao
    Preparing search index...

    Variable associatedTokenAccountValueNodeConst

    associatedTokenAccountValueNode: (
        { owner, mint, tokenProgram, }: {
            mint: AccountValueNode;
            owner: AccountValueNode;
            tokenProgram?: PublicKeyValueNode | AccountValueNode;
        },
    ) => PdaValueNode

    Type Declaration