Skip to main content
Version: Next

Type Alias: STRK20_TRANSFER_ACTION

STRK20_TRANSFER_ACTION = object

Defined in: node_modules/@starknet-io/starknet-types-0103/dist/types/wallet-api/components.d.ts:204

Privately transfers funds inside the privacy pool to another registered user.

Properties

type

type: "transfer"

Defined in: node_modules/@starknet-io/starknet-types-0103/dist/types/wallet-api/components.d.ts:205


token

token: ADDRESS

Defined in: node_modules/@starknet-io/starknet-types-0103/dist/types/wallet-api/components.d.ts:206


amount

amount: FELT | "OPEN"

Defined in: node_modules/@starknet-io/starknet-types-0103/dist/types/wallet-api/components.d.ts:208

FELT amount in the token's smallest unit, or the literal "OPEN" to create a new open note


recipient

recipient: ADDRESS

Defined in: node_modules/@starknet-io/starknet-types-0103/dist/types/wallet-api/components.d.ts:209