Documentation
    Preparing search index...

    Type Alias TransactionMessage

    Transaction message.

    type TransactionMessage = {
        address: string | null;
        amount: string | null;
    }
    Index

    Properties

    Properties

    address: string | null

    Recipient address.

    amount: string | null

    Transfer amount.