OPNet
Preparing search index...
IRawContract
Interface IRawContract
Interface for raw contract data. IRawContract
Cathegory
Raw
interface
IRawContract
{
bytecode
:
string
|
Buffer
<
ArrayBufferLike
>
;
contractAddress
:
string
;
contractSaltHash
:
string
|
Buffer
<
ArrayBufferLike
>
;
contractSeed
:
string
|
Buffer
<
ArrayBufferLike
>
;
contractTweakedPublicKey
:
string
|
Buffer
<
ArrayBufferLike
>
;
deployedTransactionHash
:
string
;
deployedTransactionId
:
string
;
deployerAddress
:
Address
;
deployerPubKey
:
string
|
Buffer
<
ArrayBufferLike
>
;
wasCompressed
:
boolean
;
}
Index
Properties
bytecode
contract
Address
contract
Salt
Hash
contract
Seed
contract
Tweaked
Public
Key
deployed
Transaction
Hash
deployed
Transaction
Id
deployer
Address
deployer
Pub
Key
was
Compressed
Properties
Readonly
bytecode
bytecode
:
string
|
Buffer
<
ArrayBufferLike
>
Readonly
contract
Address
contractAddress
:
string
Readonly
contract
Salt
Hash
contractSaltHash
:
string
|
Buffer
<
ArrayBufferLike
>
Readonly
contract
Seed
contractSeed
:
string
|
Buffer
<
ArrayBufferLike
>
Readonly
contract
Tweaked
Public
Key
contractTweakedPublicKey
:
string
|
Buffer
<
ArrayBufferLike
>
Readonly
deployed
Transaction
Hash
deployedTransactionHash
:
string
Readonly
deployed
Transaction
Id
deployedTransactionId
:
string
Readonly
deployer
Address
deployerAddress
:
Address
Readonly
deployer
Pub
Key
deployerPubKey
:
string
|
Buffer
<
ArrayBufferLike
>
Readonly
was
Compressed
wasCompressed
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bytecode
contract
Address
contract
Salt
Hash
contract
Seed
contract
Tweaked
Public
Key
deployed
Transaction
Hash
deployed
Transaction
Id
deployer
Address
deployer
Pub
Key
was
Compressed
OPNet
Loading...
Interface for raw contract data. IRawContract
Cathegory
Raw