everscale-standalone-client - v2.2.1
    Preparing search index...

    Type Alias PrepareMessageParams

    type PrepareMessageParams = {
        amount: string;
        bounce: boolean;
        payload?: ever.FunctionCall<string>;
        recipient: string;
        signatureId?: number;
        stateInit?: string;
        timeout: number;
    }
    Index

    Properties

    amount: string

    Amount of nano EVER to send

    bounce: boolean

    Whether to bounce message back on error

    payload?: ever.FunctionCall<string>

    Optional function call

    recipient: string

    Message destination address

    signatureId?: number

    Signature id for the current network

    stateInit?: string

    Optional base64 encoded .tvc file.

    NOTE: Not guaranteed to be supported

    timeout: number

    External message timeout