Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
ContractCodeHistoryEntrySDKType
Interface ContractCodeHistoryEntrySDKType
ContractCodeHistoryEntry metadata to a contract.
interface
ContractCodeHistoryEntrySDKType
{
code_id
:
bigint
;
msg
:
Uint8Array
;
operation
:
ContractCodeHistoryOperationType
;
updated
?:
AbsoluteTxPositionSDKType
;
}
Index
Properties
code_
id
msg
operation
updated?
Properties
code_
id
code_
id
:
bigint
msg
msg
:
Uint8Array
operation
operation
:
ContractCodeHistoryOperationType
Optional
updated
updated
?:
AbsoluteTxPositionSDKType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code_
id
msg
operation
updated
@crownfi/sei-js-proto
Loading...
ContractCodeHistoryEntry metadata to a contract.