Interface DecodedOperationJson

Human readable format operation

Example

const opDecoded = {
name: "transfer",
args: {
from: "1Krs7v1rtpgRyfwEZncuKMQQnY5JhqXVSx",
to: "1BqtgWBcqm9cSZ97avLGZGJdgso7wx6pCA",
value: 1000,
},
};

Hierarchy

  • DecodedOperationJson

Properties

Properties

args?: Record<string, unknown>

Arguments decoded. See Abi

name: string

Operation name

Generated using TypeDoc