module Nis::Endpoint::Block::At

Public Instance Methods

block_at_public(block_height:) click to toggle source

@param [Integer] block_height @return [Nis::Struct::Block] @see nemproject.github.io/#getting-a-block-with-a-given-height

# File lib/nis/endpoint/block/at.rb, line 6
def block_at_public(block_height:)
  Nis::Struct::Block.build request!(:post, '/block/at/public', height: block_height)
end