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

    Properties

    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