@hashgraph/sdk
Preparing search index...
index
CustomFeeLimit
Class CustomFeeLimit
Namespace
proto
Index
Constructors
constructor
Properties
_
account
Id
_
fees
Methods
_
to
Protobuf
get
Account
Id
get
Fees
set
Account
Id
set
Fees
_
from
Protobuf
Constructors
constructor
new
CustomFeeLimit
(
props
?:
{
accountId
?:
null
|
string
|
AccountId
;
fees
?:
null
|
CustomFixedFee
[]
;
}
,
)
:
CustomFeeLimit
Parameters
props
:
{
accountId
?:
null
|
string
|
AccountId
;
fees
?:
null
|
CustomFixedFee
[]
}
= {}
Returns
CustomFeeLimit
Properties
_
account
Id
_accountId
:
null
|
AccountId
_
fees
_fees
:
null
|
CustomFixedFee
[]
Methods
_
to
Protobuf
_toProtobuf
()
:
ICustomFeeLimit
Returns
ICustomFeeLimit
get
Account
Id
getAccountId
()
:
null
|
AccountId
Returns
null
|
AccountId
get
Fees
getFees
()
:
null
|
CustomFixedFee
[]
Returns
null
|
CustomFixedFee
[]
set
Account
Id
setAccountId
(
accountId
:
string
|
AccountId
)
:
CustomFeeLimit
Parameters
accountId
:
string
|
AccountId
Returns
CustomFeeLimit
set
Fees
setFees
(
fees
:
CustomFixedFee
[]
)
:
CustomFeeLimit
Parameters
fees
:
CustomFixedFee
[]
Returns
CustomFeeLimit
Static
_
from
Protobuf
_fromProtobuf
(
customFeeLimit
:
ICustomFeeLimit
)
:
CustomFeeLimit
Parameters
customFeeLimit
:
ICustomFeeLimit
Returns
CustomFeeLimit
Static
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
account
Id
_
fees
Methods
_
to
Protobuf
get
Account
Id
get
Fees
set
Account
Id
set
Fees
_
from
Protobuf
@hashgraph/sdk
Loading...
proto