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

    Interface TrustLineParams

    interface TrustLineParams {
        limit?: string;
        sender: string;
        tokenAddress: string;
    }
    Index

    Properties

    limit?: string

    Float amount of tokens, default is Number.MAX_SAFE_INTEGER

    sender: string
    tokenAddress: string