Left Curve Software Stack
    Preparing search index...

    Type Alias Metadata

    type Metadata = {
        chainId: string;
        expiry?: Timestamp;
        nonce: number;
        username: Username;
    }
    Index

    Properties

    chainId: string

    Identifies the chain this transaction is intended for.

    expiry?: Timestamp

    The expiration time of this transaction.

    nonce: number

    The nonce this transaction was signed with.

    username: Username

    The username of the account that signed this transaction