Preparing search index...
The search index is not available
cardano-sdk
cardano-sdk
@cardano-sdk/web-extension
<internal>
TransactionBody
Class TransactionBody
Hierarchy
TransactionBody
Index
Constructors
constructor
Properties
#private
Methods
auxiliary
Data
Hash
certs
collateral
collateral
Return
current
Treasury
Value
donation
fee
has
Tagged
Sets
hash
inputs
mint
network
Id
outputs
proposal
Procedures
reference
Inputs
required
Signers
script
Data
Hash
set
Auxiliary
Data
Hash
set
Certs
set
Collateral
set
Collateral
Return
set
Current
Treasury
Value
set
Donation
set
Fee
set
Inputs
set
Mint
set
Network
Id
set
Outputs
set
Proposal
Procedures
set
Reference
Inputs
set
Required
Signers
set
Script
Data
Hash
set
Total
Collateral
set
Ttl
set
Update
set
Validity
Start
Interval
set
Voting
Procedures
set
Withdrawals
to
Cbor
to
Core
total
Collateral
ttl
update
validity
Start
Interval
voting
Procedures
withdrawals
from
Cbor
from
Core
Constructors
constructor
new
Transaction
Body
(
inputs
:
TransactionInputSet
, outputs
:
TransactionOutput
[]
, fee
:
bigint
, ttl
?:
Slot
)
:
TransactionBody
Parameters
inputs:
TransactionInputSet
outputs:
TransactionOutput
[]
fee:
bigint
Optional
ttl:
Slot
Returns
TransactionBody
Properties
Private
#private
#private
:
any
Methods
auxiliary
Data
Hash
auxiliary
Data
Hash
(
)
:
undefined
|
Hash32ByteBase16
Returns
undefined
|
Hash32ByteBase16
certs
certs
(
)
:
undefined
|
CborSet
<
Certificate
,
Certificate
>
Returns
undefined
|
CborSet
<
Certificate
,
Certificate
>
collateral
collateral
(
)
:
undefined
|
TransactionInputSet
Returns
undefined
|
TransactionInputSet
collateral
Return
collateral
Return
(
)
:
undefined
|
TransactionOutput
Returns
undefined
|
TransactionOutput
current
Treasury
Value
current
Treasury
Value
(
)
:
undefined
|
bigint
Returns
undefined
|
bigint
donation
donation
(
)
:
undefined
|
bigint
Returns
undefined
|
bigint
fee
fee
(
)
:
bigint
Returns
bigint
has
Tagged
Sets
has
Tagged
Sets
(
)
:
boolean
Returns
boolean
hash
hash
(
)
:
TransactionId
Returns
TransactionId
inputs
inputs
(
)
:
TransactionInputSet
Returns
TransactionInputSet
mint
mint
(
)
:
undefined
|
TokenMap
Returns
undefined
|
TokenMap
network
Id
network
Id
(
)
:
undefined
|
NetworkId
Returns
undefined
|
NetworkId
outputs
outputs
(
)
:
TransactionOutput
[]
Returns
TransactionOutput
[]
proposal
Procedures
proposal
Procedures
(
)
:
undefined
|
CborSet
<
ProposalProcedure
,
ProposalProcedure
>
Returns
undefined
|
CborSet
<
ProposalProcedure
,
ProposalProcedure
>
reference
Inputs
reference
Inputs
(
)
:
undefined
|
TransactionInputSet
Returns
undefined
|
TransactionInputSet
required
Signers
required
Signers
(
)
:
undefined
|
CborSet
<
Ed25519KeyHashHex
,
Hash
<
Ed25519KeyHashHex
>
>
Returns
undefined
|
CborSet
<
Ed25519KeyHashHex
,
Hash
<
Ed25519KeyHashHex
>
>
script
Data
Hash
script
Data
Hash
(
)
:
undefined
|
Hash32ByteBase16
Returns
undefined
|
Hash32ByteBase16
set
Auxiliary
Data
Hash
set
Auxiliary
Data
Hash
(
auxiliaryDataHash
:
Hash32ByteBase16
)
:
void
Parameters
auxiliaryDataHash:
Hash32ByteBase16
Returns
void
set
Certs
set
Certs
(
certs
:
CborSet
<
Certificate
,
Certificate
>
)
:
void
Parameters
certs:
CborSet
<
Certificate
,
Certificate
>
Returns
void
set
Collateral
set
Collateral
(
collateral
:
TransactionInputSet
)
:
void
Parameters
collateral:
TransactionInputSet
Returns
void
set
Collateral
Return
set
Collateral
Return
(
collateralReturn
:
TransactionOutput
)
:
void
Parameters
collateralReturn:
TransactionOutput
Returns
void
set
Current
Treasury
Value
set
Current
Treasury
Value
(
currentTreasuryValue
:
bigint
)
:
void
Parameters
currentTreasuryValue:
bigint
Returns
void
set
Donation
set
Donation
(
donation
:
bigint
)
:
void
Parameters
donation:
bigint
Returns
void
set
Fee
set
Fee
(
fee
:
bigint
)
:
void
Parameters
fee:
bigint
Returns
void
set
Inputs
set
Inputs
(
inputs
:
TransactionInputSet
)
:
void
Parameters
inputs:
TransactionInputSet
Returns
void
set
Mint
set
Mint
(
mint
:
TokenMap
)
:
void
Parameters
mint:
TokenMap
Returns
void
set
Network
Id
set
Network
Id
(
networkId
:
NetworkId
)
:
void
Parameters
networkId:
NetworkId
Returns
void
set
Outputs
set
Outputs
(
outputs
:
TransactionOutput
[]
)
:
void
Parameters
outputs:
TransactionOutput
[]
Returns
void
set
Proposal
Procedures
set
Proposal
Procedures
(
proposalProcedure
:
CborSet
<
ProposalProcedure
,
ProposalProcedure
>
)
:
void
Parameters
proposalProcedure:
CborSet
<
ProposalProcedure
,
ProposalProcedure
>
Returns
void
set
Reference
Inputs
set
Reference
Inputs
(
referenceInputs
:
TransactionInputSet
)
:
void
Parameters
referenceInputs:
TransactionInputSet
Returns
void
set
Required
Signers
set
Required
Signers
(
requiredSigners
:
CborSet
<
Ed25519KeyHashHex
,
Hash
<
Ed25519KeyHashHex
>
>
)
:
void
Parameters
requiredSigners:
CborSet
<
Ed25519KeyHashHex
,
Hash
<
Ed25519KeyHashHex
>
>
Returns
void
set
Script
Data
Hash
set
Script
Data
Hash
(
scriptDataHash
:
Hash32ByteBase16
)
:
void
Parameters
scriptDataHash:
Hash32ByteBase16
Returns
void
set
Total
Collateral
set
Total
Collateral
(
totalCollateral
:
bigint
)
:
void
Parameters
totalCollateral:
bigint
Returns
void
set
Ttl
set
Ttl
(
ttl
:
Slot
)
:
void
Parameters
ttl:
Slot
Returns
void
set
Update
set
Update
(
update
:
Update
)
:
void
Parameters
update:
Update
Returns
void
set
Validity
Start
Interval
set
Validity
Start
Interval
(
validityStartInterval
:
Slot
)
:
void
Parameters
validityStartInterval:
Slot
Returns
void
set
Voting
Procedures
set
Voting
Procedures
(
votingProcedures
:
VotingProcedures
)
:
void
Parameters
votingProcedures:
VotingProcedures
Returns
void
set
Withdrawals
set
Withdrawals
(
withdrawals
:
Map
<
RewardAccount
,
bigint
>
)
:
void
Parameters
withdrawals:
Map
<
RewardAccount
,
bigint
>
Returns
void
to
Cbor
to
Cbor
(
)
:
HexBlob
Returns
HexBlob
to
Core
to
Core
(
)
:
TxBody
Returns
TxBody
total
Collateral
total
Collateral
(
)
:
undefined
|
bigint
Returns
undefined
|
bigint
ttl
ttl
(
)
:
undefined
|
Slot
Returns
undefined
|
Slot
update
update
(
)
:
undefined
|
Update
Returns
undefined
|
Update
validity
Start
Interval
validity
Start
Interval
(
)
:
undefined
|
Slot
Returns
undefined
|
Slot
voting
Procedures
voting
Procedures
(
)
:
undefined
|
VotingProcedures
Returns
undefined
|
VotingProcedures
withdrawals
withdrawals
(
)
:
undefined
|
Map
<
RewardAccount
,
bigint
>
Returns
undefined
|
Map
<
RewardAccount
,
bigint
>
Static
from
Cbor
from
Cbor
(
cbor
:
HexBlob
)
:
TransactionBody
Parameters
cbor:
HexBlob
Returns
TransactionBody
Static
from
Core
from
Core
(
coreTransactionBody
:
TxBody
)
:
TransactionBody
Parameters
coreTransactionBody:
TxBody
Returns
TransactionBody
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
cardano-
sdk
@cardano-
sdk/cardano-
services
<internal>
errors
util
@cardano-
sdk/cardano-
services-
client
<internal>
@cardano-
sdk/core
<internal>
Asset
Asset
Name
Label
util
Cardano
Asset
Fingerprint
Asset
Id
Asset
Name
Cip1854
Extended
Account
Public
Key
DRepID
Pool
Id
Reward
Account
Transaction
Id
Vrf
Vk
Bech32
util
Cardano
Node
Util
Days
Hours
Milliseconds
Minutes
Provider
Util
Seconds
Serialization
Tx
BodyCBOR
TxCBOR
metadatum
util
@cardano-
sdk/e2e
<internal>
@cardano-
sdk/golden-
test-
generator
<internal>
@cardano-
sdk/governance
<internal>
cip36
@cardano-
sdk/input-
selection
<internal>
@cardano-
sdk/key-
management
<internal>
cip8
errors
util
@cardano-
sdk/ogmios
<internal>
ogmios
To
Core
@cardano-
sdk/projection
<internal>
Bootstrap
In
Memory
Mappers
@cardano-
sdk/util
<internal>
Base64
Blob
Hex
Blob
@cardano-
sdk/util-
dev
<internal>
Asset
Id
Docker
Util
Tx
Test
Util
cip19
Test
Vectors
handle
Provider
Mocks
mock
Providers
@cardano-
sdk/util-
rxjs
@cardano-
sdk/wallet
<internal>
cip30
storage
@cardano-
sdk/web-
extension
<internal>
cip30
Transaction
Body
constructor
#private
auxiliary
Data
Hash
certs
collateral
collateral
Return
current
Treasury
Value
donation
fee
has
Tagged
Sets
hash
inputs
mint
network
Id
outputs
proposal
Procedures
reference
Inputs
required
Signers
script
Data
Hash
set
Auxiliary
Data
Hash
set
Certs
set
Collateral
set
Collateral
Return
set
Current
Treasury
Value
set
Donation
set
Fee
set
Inputs
set
Mint
set
Network
Id
set
Outputs
set
Proposal
Procedures
set
Reference
Inputs
set
Required
Signers
set
Script
Data
Hash
set
Total
Collateral
set
Ttl
set
Update
set
Validity
Start
Interval
set
Voting
Procedures
set
Withdrawals
to
Cbor
to
Core
total
Collateral
ttl
update
validity
Start
Interval
voting
Procedures
withdrawals
from
Cbor
from
Core
Generated using
TypeDoc