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

Properties

limit?: string

Float amount of tokens, default is Number.MAX_SAFE_INTEGER

sender: string
tokenAddress: string