bitfinex-node-api
    Preparing search index...

    Interface IKeyPermissionV2

    interface IKeyPermissionV2 {
        read: 0 | 1;
        scope: string;
        write: 0 | 1;
    }
    Index

    Properties

    Properties

    read: 0 | 1
    scope: string
    write: 0 | 1