Preparing search index...
The search index is not available
@crownfi/ethereum-rpc-types
@crownfi/ethereum-rpc-types
ReceiptInformation
Interface ReceiptInformation
interface
ReceiptInformation
{
blobGasPrice
?:
string
;
blobGasUsed
?:
string
;
blockHash
:
string
;
blockNumber
:
string
;
contractAddress
?:
ContractAddress
;
cumulativeGasUsed
:
string
;
effectiveGasPrice
:
string
;
from
:
string
;
gasUsed
:
string
;
logs
:
Logs
;
logsBloom
:
string
;
root
?:
string
;
status
?:
string
;
to
?:
To
;
transactionHash
:
string
;
transactionIndex
:
string
;
type
?:
string
;
}
Index
Properties
blob
Gas
Price?
blob
Gas
Used?
block
Hash
block
Number
contract
Address?
cumulative
Gas
Used
effective
Gas
Price
from
gas
Used
logs
logs
Bloom
root?
status?
to?
transaction
Hash
transaction
Index
type?
Properties
Optional
blob
Gas
Price
blob
Gas
Price
?:
string
Optional
blob
Gas
Used
blob
Gas
Used
?:
string
block
Hash
block
Hash
:
string
block
Number
block
Number
:
string
Optional
contract
Address
contract
Address
?:
ContractAddress
cumulative
Gas
Used
cumulative
Gas
Used
:
string
effective
Gas
Price
effective
Gas
Price
:
string
from
from
:
string
gas
Used
gas
Used
:
string
logs
logs
:
Logs
logs
Bloom
logs
Bloom
:
string
Optional
root
root
?:
string
Optional
status
status
?:
string
Optional
to
to
?:
To
transaction
Hash
transaction
Hash
:
string
transaction
Index
transaction
Index
:
string
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
blob
Gas
Price
blob
Gas
Used
block
Hash
block
Number
contract
Address
cumulative
Gas
Used
effective
Gas
Price
from
gas
Used
logs
logs
Bloom
root
status
to
transaction
Hash
transaction
Index
type
@crownfi/ethereum-rpc-types
Loading...