UNPKG

wowok

Version:

Wowok Blockchain TypeScript API

1 lines 714 B
import{MessageType}from'@protobuf-ts/runtime';export var Argument_ArgumentKind;(function(a){a[a['ARGUMENT_KIND_UNKNOWN']=0x0]='ARGUMENT_KIND_UNKNOWN',a[a['GAS']=0x1]='GAS',a[a['INPUT']=0x2]='INPUT',a[a['RESULT']=0x3]='RESULT';}(Argument_ArgumentKind||(Argument_ArgumentKind={})));class Argument$Type extends MessageType{constructor(){super('sui.rpc.v2.Argument',[{'no':0x1,'name':'kind','kind':'enum','opt':!![],'T':()=>['sui.rpc.v2.Argument.ArgumentKind',Argument_ArgumentKind]},{'no':0x2,'name':'input','kind':'scalar','opt':!![],'T':0xd},{'no':0x3,'name':'result','kind':'scalar','opt':!![],'T':0xd},{'no':0x4,'name':'subresult','kind':'scalar','opt':!![],'T':0xd}]);}}export const Argument=new Argument$Type();