class NearApi::Actions::DeployContract

Attributes

contract[R]

Public Class Methods

new(contract) click to toggle source
# File lib/near_api/actions/deploy_contract.rb, line 11
def initialize(contract)
  @contract = contract
end

Private Instance Methods

action_code() click to toggle source
# File lib/near_api/actions/deploy_contract.rb, line 19
def action_code
  1
end