Preparing search index...
The search index is not available
@deep-foundation/deeplinks
@deep-foundation/deeplinks
cyber/backend/services/dataSource/blockchain/types
DelegateTransaction
Interface DelegateTransaction
interface
DelegateTransaction
{
transaction
:
{
block
:
{
timestamp
:
string
;
}
;
memo
?:
string
;
success
:
boolean
;
}
;
transaction_hash
:
string
;
type
:
"cosmos.staking.v1beta1.MsgDelegate"
;
value
:
MsgDelegateValue
;
}
Hierarchy
GenericTransaction
<
MsgDelegateValue
>
DelegateTransaction
Index
Properties
transaction
transaction_
hash
type
value
Properties
transaction
transaction
:
{
block
:
{
timestamp
:
string
;
}
;
memo
?:
string
;
success
:
boolean
;
}
transaction_
hash
transaction_
hash
:
string
type
type
:
"cosmos.staking.v1beta1.MsgDelegate"
value
value
:
MsgDelegateValue
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
transaction
transaction_
hash
type
value
@deep-foundation/deeplinks
Loading...