Coda by Ian Macalinao
    Preparing search index...
    interface UserMetadataArgs {
        bump: number | bigint;
        owner: Address;
        padding1: (number | bigint)[];
        padding2: (number | bigint)[];
        referrer: Address;
        userLookupTable: Address;
    }
    Index

    Properties

    bump: number | bigint

    Bump used for validation of account address

    owner: Address

    User metadata account owner

    padding1: (number | bigint)[]
    padding2: (number | 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