interface NextNonceResponse {
    nextNonce: number;
}

Properties

Properties

nextNonce: number