OPERATION_DOCUMENT

The minimized GraphQL document being sent to the server to save a few bytes. The un-minimized version is:

query getBalance($owner: SuiAddress!, $type: String = "0x2::sui::SUI" ) {
address(address: $owner) {
balance(type: $type) {
coinType {
repr
}
coinObjectCount
totalBalance
}
}
}