Taquito TypeDocs
taquito.io
Preparing search index...
@taquito/taquito
RPCOriginationOperation
Interface RPCOriginationOperation
RPC origination operation
interface
RPCOriginationOperation
{
balance
:
string
;
delegate
?:
string
;
fee
:
number
;
gas_limit
:
number
;
kind
:
ORIGINATION
;
script
:
{
code
:
any
;
storage
:
any
}
;
source
?:
string
;
storage_limit
:
number
;
}
Index
Properties
balance
delegate?
fee
gas_
limit
kind
script
source?
storage_
limit
Properties
balance
balance
:
string
Optional
delegate
delegate
?:
string
fee
fee
:
number
gas_
limit
gas_limit
:
number
kind
kind
:
ORIGINATION
script
script
:
{
code
:
any
;
storage
:
any
}
Optional
source
source
?:
string
storage_
limit
storage_limit
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
balance
delegate
fee
gas_
limit
kind
script
source
storage_
limit
taquito.io
Taquito TypeDocs
Loading...
RPC origination operation