Coda by Ian Macalinao
    Preparing search index...
    type LendingGlobalConfig = {
        discriminator: ReadonlyUint8Array;
        feeCollector: Address;
        globalAdmin: Address;
        padding: number[];
        pendingAdmin: Address;
    }
    Index
    discriminator: ReadonlyUint8Array
    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