Crypto Bot API
    Preparing search index...

    Type Alias CreateCheckOptions

    Options object type for Client.createCheck method

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

    Properties

    amount: number | string

    Check amount

    Check asset

    pinToUserId?: number

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

    pinToUsername?: string

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