Type Alias CreateCheckOptions

CreateCheckOptions: {
    amount: number | string;
    asset: CryptoCurrencyCode;
    pinToUserId?: number;
    pinToUsername?: string;
}

Options object type for Client.createCheck method

Type declaration

  • amount: number | string

    Check amount

  • asset: CryptoCurrencyCode

    Check asset

  • OptionalpinToUserId?: number

    ID of the user who will be able to activate the check

  • OptionalpinToUsername?: string

    A user with the specified username will be able to activate the check