Type Alias: PublisherPayoutInput

@torque-labs/torque-ts-sdkDocs


@torque-labs/torque-ts-sdk / PublisherPayoutInput

Type Alias: PublisherPayoutInput

type PublisherPayoutInput: {
  amount: number;
  token: string;
};

Publisher payout input.

Type declaration

NameType

amount

number

token

string

Defined in

src/types/transactions.ts:20

Last updated