Preparing search index...
The search index is not available
Taquito
Taquito
@taquito/taquito
RPCOriginationOperation
Interface RPCOriginationOperation
Description
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
Loading...
Description
RPC origination operation