2.2.3.3 mappingW

This type is used to define a set of account maps when returned as output from the map enumeration procedure. For more details, see section 2.2.5.11.

 struct mappingW {
     sequence_number Token;
     long MappingRecordCount;
     long TotalMappingRecordCount;
     mapping_recordW MapArray[MappingRecordCount];
 };

Token: A sequence number that represents the version for the set of account mappings that are returned in the current enumeration.

MappingRecordCount: An XDR-encoded, 32-bit signed integer that indicates the number of records that are returned in the MapArray field.

TotalMappingRecordCount: A 32-bit signed integer value that indicates the total number of mapping records of the specified PrincipalType (section 2.2.5.11) held by the server that are available to be enumerated.

MapArray: An array of account mapping records that is returned as a part of the current enumeration sequence. For more details, see section 2.2.2.24.