@hashgraph/sdk
Preparing search index...
index
TokenRejectFlow
Class TokenRejectFlow
Reject undesired token(s) and dissociate in a single flow.
Index
Constructors
constructor
Accessors
nft
Ids
owner
Id
token
Ids
Methods
add
Nft
Id
add
Token
Id
execute
freeze
With
require
Not
Frozen
set
Nft
Ids
set
Owner
Id
set
Token
Ids
sign
sign
With
sign
With
Operator
Constructors
constructor
new
TokenRejectFlow
()
:
TokenRejectFlow
Returns
TokenRejectFlow
Accessors
nft
Ids
get
nftIds
()
:
NftId
[]
Returns
NftId
[]
owner
Id
get
ownerId
()
:
null
|
AccountId
Returns
null
|
AccountId
token
Ids
get
tokenIds
()
:
TokenId
[]
Returns
TokenId
[]
Methods
add
Nft
Id
addNftId
(
id
:
NftId
)
:
TokenRejectFlow
Parameters
id
:
NftId
Returns
TokenRejectFlow
add
Token
Id
addTokenId
(
id
:
TokenId
)
:
TokenRejectFlow
Parameters
id
:
TokenId
Returns
TokenRejectFlow
execute
execute
(
client
:
Client
<
any
,
any
>
)
:
Promise
<
TransactionResponse
>
Parameters
client
:
Client
<
any
,
any
>
Returns
Promise
<
TransactionResponse
>
freeze
With
freezeWith
(
client
:
Client
<
any
,
any
>
)
:
TokenRejectFlow
Parameters
client
:
Client
<
any
,
any
>
Returns
TokenRejectFlow
require
Not
Frozen
requireNotFrozen
()
:
void
Returns
void
set
Nft
Ids
setNftIds
(
ids
:
NftId
[]
)
:
TokenRejectFlow
Parameters
ids
:
NftId
[]
Returns
TokenRejectFlow
set
Owner
Id
setOwnerId
(
ownerId
:
AccountId
)
:
TokenRejectFlow
Parameters
ownerId
:
AccountId
Returns
TokenRejectFlow
set
Token
Ids
setTokenIds
(
ids
:
TokenId
[]
)
:
TokenRejectFlow
Parameters
ids
:
TokenId
[]
Returns
TokenRejectFlow
sign
sign
(
privateKey
:
PrivateKey
)
:
TokenRejectFlow
Parameters
privateKey
:
PrivateKey
Returns
TokenRejectFlow
sign
With
signWith
(
publicKey
:
PublicKey
,
signer
:
(
message
:
Uint8Array
)
=>
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
,
)
:
TokenRejectFlow
Parameters
publicKey
:
PublicKey
signer
:
(
message
:
Uint8Array
)
=>
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
Returns
TokenRejectFlow
sign
With
Operator
signWithOperator
(
client
:
Client
<
any
,
any
>
)
:
TokenRejectFlow
Parameters
client
:
Client
<
any
,
any
>
Returns
TokenRejectFlow
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
nft
Ids
owner
Id
token
Ids
Methods
add
Nft
Id
add
Token
Id
execute
freeze
With
require
Not
Frozen
set
Nft
Ids
set
Owner
Id
set
Token
Ids
sign
sign
With
sign
With
Operator
@hashgraph/sdk
Loading...
Reject undesired token(s) and dissociate in a single flow.