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

    Interface YieldWithdrawParams

    interface YieldWithdrawParams {
        amount: string;
        owner: string;
        token: CYDToken;
    }
    Index

    Properties

    Properties

    amount: string

    The float amount of tokens.

    owner: string

    The account address to operate tokens with.

    token: CYDToken

    TokenWithChainDetailsYield operation token.