Coda by Ian Macalinao
    Preparing search index...

    Type Alias LendingGlobalConfigArgs

    type LendingGlobalConfigArgs = {
        feeCollector: Address;
        globalAdmin: Address;
        padding: number[];
        pendingAdmin: Address;
    }
    Index
    feeCollector: Address

    Fee collector is the only allowed owner of token accounts receiving protocol fees

    globalAdmin: Address

    Global admin of the program

    padding: number[]

    Padding to make the struct size 1024 bytes

    pendingAdmin: Address

    Pending admin must sign a specific transaction to become the global admin