@allbridge/bridge-core-sdk
    Preparing search index...

    Interface YieldDepositParams

    interface YieldDepositParams {
        amount: string;
        minVirtualAmount: string;
        owner: string;
        token: TokenWithChainDetailsYield;
    }
    Index

    Properties

    amount: string

    The float amount of tokens.

    minVirtualAmount: string

    The Minimum float amount of CYD tokens.

    owner: string

    The account address to operate tokens with.

    TokenWithChainDetailsYield operation token.