SecretNET.NFT Namespace

GetTransactionHistoryRequest_Payload..::..Page Property

The page number to display, where the first transaction shown skips the page * page_size most recent transactions.

Namespace:  SecretNET.NFT
Assembly:  SecretNET.NFT (in SecretNET.NFT.dll)

Syntax


public Nullable<int> Page { get; set; }
Public Property Page As Nullable(Of Integer)
	Get
	Set
public:
property Nullable<int^> Page {
	Nullable<int^> get ();
	void set (Nullable<int^> value);
}

Field Value

The page.