Avalanche SDK Client
    Preparing search index...

    Type Alias GetTimestampReturnType

    Return type for the platform.getTimestamp method. Get the current timestamp of the P-Chain.

    type GetTimestampReturnType = {
        timestamp: string;
    }
    Index

    Properties

    Properties

    timestamp: string

    The current timestamp in ISO 8601 format