getVotedSbp<T> method

  1. @override
Future<T?> getVotedSbp<T>(
  1. ViteAddress address
)
inherited

Implementation

@override
Future<T?> getVotedSbp<T>(ViteAddress address) =>
    makeTypedOptionalRpcCall('contract_getVotedSBP', [address]);