NeoRust GUI Documentation - v0.4.2
GitHub
API Docs
Preparing search index...
stores/walletStore
Transaction
Interface Transaction
interface
Transaction
{
attributes
:
any
[]
;
blockIndex
:
number
;
blockTime
:
number
;
exception
?:
string
;
hash
:
string
;
netFee
:
string
;
nonce
:
number
;
script
:
string
;
sender
:
string
;
signers
:
{
account
:
string
;
scopes
:
string
}
[]
;
size
:
number
;
sysFee
:
string
;
validUntilBlock
:
number
;
version
:
number
;
vmState
:
string
;
witnesses
:
any
[]
;
}
Index
Properties
attributes
block
Index
block
Time
exception?
hash
net
Fee
nonce
script
sender
signers
size
sys
Fee
valid
Until
Block
version
vm
State
witnesses
Properties
attributes
attributes
:
any
[]
block
Index
blockIndex
:
number
block
Time
blockTime
:
number
Optional
exception
exception
?:
string
hash
hash
:
string
net
Fee
netFee
:
string
nonce
nonce
:
number
script
script
:
string
sender
sender
:
string
signers
signers
:
{
account
:
string
;
scopes
:
string
}
[]
size
size
:
number
sys
Fee
sysFee
:
string
valid
Until
Block
validUntilBlock
:
number
version
version
:
number
vm
State
vmState
:
string
witnesses
witnesses
:
any
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
block
Index
block
Time
exception
hash
net
Fee
nonce
script
sender
signers
size
sys
Fee
valid
Until
Block
version
vm
State
witnesses
GitHub
API Docs
NeoRust GUI Documentation - v0.4.2
Loading...