Coda by Ian Macalinao
    Preparing search index...
    interface UserMetadata {
        bump: bigint;
        discriminator: ReadonlyUint8Array;
        owner: Address;
        padding1: bigint[];
        padding2: bigint[];
        referrer: Address;
        userLookupTable: Address;
    }
    Index

    Properties

    bump: bigint

    Bump used for validation of account address

    discriminator: ReadonlyUint8Array
    owner: Address

    User metadata account owner

    padding1: bigint[]
    padding2: bigint[]
    referrer: Address

    Pubkey of the referrer/owner - pubkey::default if no referrer

    userLookupTable: Address

    User lookup table - used to store all user accounts - atas for each reserve mint, each obligation PDA, UserMetadata itself and all referrer_token_states if there is a referrer