@hiero-ledger/sdk
Preparing search index...
index
HookEntityId
Class HookEntityId
The id of an entity using a hook.
Index
Constructors
constructor
Accessors
account
Id
Methods
_to
Protobuf
set
Account
Id
_from
Protobuf
Constructors
constructor
new
HookEntityId
(
props
?:
{
accountId
?:
AccountId
}
)
:
HookEntityId
Parameters
props
:
{
accountId
?:
AccountId
}
= {}
Returns
HookEntityId
Accessors
account
Id
get
accountId
()
:
null
|
AccountId
Returns
null
|
AccountId
Methods
_to
Protobuf
_toProtobuf
()
:
IHookEntityId
Returns
IHookEntityId
set
Account
Id
setAccountId
(
accountId
:
AccountId
)
:
HookEntityId
Parameters
accountId
:
AccountId
Returns
HookEntityId
Static
_from
Protobuf
_fromProtobuf
(
hookEntityId
:
IHookEntityId
)
:
HookEntityId
Parameters
hookEntityId
:
IHookEntityId
Returns
HookEntityId
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
account
Id
Methods
_to
Protobuf
set
Account
Id
_from
Protobuf
@hiero-ledger/sdk
Loading...
The id of an entity using a hook.