Specification
GitHub
Preparing search index...
The search index is not available
L3RS-1 TypeScript SDK - v1.0.0
L3RS-1 TypeScript SDK
TransferEvent
Interface TransferEvent
§9.5 — Transfer event input.
interface
TransferEvent
{
amount
:
bigint
;
assetId
:
string
;
nonce
:
string
;
receiver
:
string
;
sender
:
string
;
timestamp
:
number
;
}
Index
Properties
amount
asset
Id
nonce
receiver
sender
timestamp
Properties
amount
amount
:
bigint
asset
Id
asset
Id
:
string
nonce
nonce
:
string
Hex-encoded nonce for replay protection
receiver
receiver
:
string
sender
sender
:
string
timestamp
timestamp
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
asset
Id
nonce
receiver
sender
timestamp
Python
Go
Rust
Java
Solidity
Specification
GitHub
L3RS-1 TypeScript SDK - v1.0.0
Loading...
§9.5 — Transfer event input.