Preparing search index...
The search index is not available
Taquito
Taquito
@taquito/rpc
ContractBigMapDiffItem
Interface ContractBigMapDiffItem
interface
ContractBigMapDiffItem
{
action
?:
DiffActionEnum
;
big_map
?:
string
;
destination_big_map
?:
string
;
key
?:
MichelsonV1Expression
;
key_hash
?:
string
;
key_type
?:
MichelsonV1Expression
;
source_big_map
?:
string
;
value
?:
MichelsonV1Expression
;
value_type
?:
MichelsonV1Expression
;
}
Index
Properties
action?
big_
map?
destination_
big_
map?
key?
key_
hash?
key_
type?
source_
big_
map?
value?
value_
type?
Properties
Optional
action
action
?:
DiffActionEnum
Optional
big_
map
big_
map
?:
string
Optional
destination_
big_
map
destination_
big_
map
?:
string
Optional
key
key
?:
MichelsonV1Expression
Optional
key_
hash
key_
hash
?:
string
Optional
key_
type
key_
type
?:
MichelsonV1Expression
Optional
source_
big_
map
source_
big_
map
?:
string
Optional
value
value
?:
MichelsonV1Expression
Optional
value_
type
value_
type
?:
MichelsonV1Expression
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
big_
map
destination_
big_
map
key
key_
hash
key_
type
source_
big_
map
value
value_
type
Taquito
Loading...