SetFee

SetFee pseudo-transactionFee Voting의 결과로 transaction cost 또는 reserve requirements이 변경되었음을 나타냅니다.

Note:

Pseudo-transaction를 보낼 수는 없지만, Ledgers을 처리할 때 pseudo-transaction를 찾을 수 있습니다.

SetFee JSON 예시

{
    "Account": "rrrrrrrrrrrrrrrrrrrrrhoLvTp",
    "BaseFee": "000000000000000A",
    "Fee": "0",
    "ReferenceFeeUnits": 10,
    "ReserveBase": 20000000,
    "ReserveIncrement": 5000000,
    "Sequence": 0,
    "SigningPubKey": "",
    "TransactionType": "SetFee",
    "date": 439578860,
    "hash": "1C15FEA3E1D50F96B6598607FC773FF1F6E0125F30160144BE0C5CBC52F5151B",
    "ledger_index": 3721729,
}

SetFee Fields

SetFee pseudo transaction은 공통 필드(common fields) 외에도 다음 필드를 사용합니다:

XRPFees amendment이 활성화된 경우, SetFee pseudo-transactions은 이 필드를 대신 사용합니다:

Note:

XRP Ledger의 전체 기록에서 트랜잭션 해시는 고유하다는 규칙에 예외가 있습니다. 두 개의 초기 SetFee pseudo-transactions은 정확히 동일한 필드를 가지고 있었으며, 그 결과 동일한 해시인 1C15FEA3E1D50F96B6598607FC773FF1F6E0125F30160144BE0C5CBC52F5151B를 생성했습니다. 이 트랜잭션 중 첫 번째 트랜잭션은 ledger 3715073에, 두 번째 트랜잭션은 ledger 3721729에 나타납니다. 최신 SetFee pseudo-transactions은 고유성을 보장하기 위해 LedgerSequence필드를 포함합니다.

Last updated