@hiero-ledger/sdk
Preparing search index...
index
HookEntityId
Class HookEntityId
The id of an entity using a hook.
Index
Constructors
constructor
Accessors
account
Id
contract
Id
Methods
_to
Protobuf
set
Account
Id
set
Contract
Id
_from
Protobuf
Constructors
constructor
new
HookEntityId
(
props
?:
{
accountId
?:
AccountId
;
contractId
?:
ContractId
}
,
)
:
HookEntityId
Parameters
props
:
{
accountId
?:
AccountId
;
contractId
?:
ContractId
}
= {}
Returns
HookEntityId
Accessors
account
Id
get
accountId
()
:
null
|
AccountId
Returns
null
|
AccountId
contract
Id
get
contractId
()
:
null
|
ContractId
Returns
null
|
ContractId
Methods
_to
Protobuf
_toProtobuf
()
:
IHookEntityId
Returns
IHookEntityId
set
Account
Id
setAccountId
(
accountId
:
AccountId
)
:
HookEntityId
Parameters
accountId
:
AccountId
Returns
HookEntityId
set
Contract
Id
setContractId
(
contractId
:
ContractId
)
:
HookEntityId
Parameters
contractId
:
ContractId
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
contract
Id
Methods
_to
Protobuf
set
Account
Id
set
Contract
Id
_from
Protobuf
@hiero-ledger/sdk
Loading...
The id of an entity using a hook.