getRequiredStakeAmount method

Future<RpcBigInt> getRequiredStakeAmount(
  1. RpcUint64 quotaPerSecond
)

Implementation

Future<RpcBigInt> getRequiredStakeAmount(RpcUint64 quotaPerSecond) =>
    api.getRequiredStakeAmount(quotaPerSecond);