Skip to main content
Version: Next

Type Alias: STRK20_WITHDRAW_ACTION

STRK20_WITHDRAW_ACTION = object

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

Withdraws funds from the privacy pool to a public recipient address.

Properties

type

type: "withdraw"

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


token

token: ADDRESS

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


amount

amount: FELT

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


recipient

recipient: ADDRESS

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