Method: TEALrb::Global#creator_address
- Defined in:
- lib/tealrb/global.rb
#creator_address(*args) ⇒ []byte
Returns Address of the creator of the current application. Application mode only. (v3).
63 64 65 |
# File 'lib/tealrb/global.rb', line 63 def creator_address(*args) @contract.global_opcode('CreatorAddress', *args) end |