Coda by Ian Macalinao
    Preparing search index...

    Reserve collateral

    interface ReserveCollateral {
        mintPubkey: Address;
        mintTotalSupply: bigint;
        padding1: bigint[];
        padding2: bigint[];
        supplyVault: Address;
    }
    Index

    Properties

    mintPubkey: Address

    Reserve collateral mint address

    mintTotalSupply: bigint

    Reserve collateral mint supply, used for exchange rate

    padding1: bigint[]
    padding2: bigint[]
    supplyVault: Address

    Reserve collateral supply address