Coda by Ian Macalinao
    Preparing search index...
    interface ReserveCollateralArgs {
        mintPubkey: Address;
        mintTotalSupply: number | bigint;
        padding1: (number | bigint)[];
        padding2: (number | bigint)[];
        supplyVault: Address;
    }
    Index

    Properties

    mintPubkey: Address

    Reserve collateral mint address

    mintTotalSupply: number | bigint

    Reserve collateral mint supply, used for exchange rate

    padding1: (number | bigint)[]
    padding2: (number | bigint)[]
    supplyVault: Address

    Reserve collateral supply address