Coda by Ian Macalinao
    Preparing search index...
    interface LendingGlobalConfig {
        discriminator: ReadonlyUint8Array;
        feeCollector: Address;
        globalAdmin: Address;
        padding: number[];
        pendingAdmin: Address;
    }
    Index

    Properties

    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