bitfinex-node-api
    Preparing search index...

    Interface IGenerateTokenOptions

    interface IGenerateTokenOptions {
        _cust_ip?: string;
        caps?: ITokenCap[];
        scope: string;
        ttl?: number;
        writePermission?: boolean;
    }
    Index

    Properties

    _cust_ip?: string
    caps?: ITokenCap[]
    scope: string
    ttl?: number
    writePermission?: boolean