Sha256: 3a9cb8e71848cfabcc3d3cc76cb5d12405a3c1352fc083c5960a5b46d0bce156

Contents?: true

Size: 352 Bytes

Versions: 1

Compression:

Stored size: 352 Bytes

Contents

import request from '../../tools/request';
/**
 * GET /blockchain/rewards
 * Current reward status
 */
export function fetchRewards(base, height, options = Object.create(null)) {
    return request({
        base,
        url: height ? `/blockchain/rewards/${height}` : '/blockchain/rewards',
        options
    });
}
//# sourceMappingURL=index.js.map

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
waves_lib-0.1.0 js/node_modules/@waves/node-api-js/es/api-node/rewards/index.js