repo
.txObject
- Object
: The transaction objectname
- String
: The unique name of the repository.value
- String
: (optional) The amount of coins to transfer to the new repository.nonce
- Number|String
: The signing account’s next nonce. fee
- String
: The network fee to be paid by the signing account. timestamp
- String
: (optional) The Unix timestamp of the transaction.config
- Object
: (optional) The repository configurationsig
- String
: (optional) The transaction signature. If not provided, the transaction will be signed using the signingKey
.signingKey
- String
: (optional) The private key to use to sign the transaction. payloadOnly
- Boolean
: (optional) When true, the transaction payload is returned instead of being sent to the network.Object
- The result objecthash
- String
: A 32 bytes transaction hash.address
- String
: The full address of the repository.myrepo
.accounts[0]
returns the address of a key at index 0 on the keystore. txObject
- Object
: The transaction objectid
- String
: A unique, numeric proposal ID. Must not exceed 16 characters.name
- String
: The unique name of the repository.value
- String
: (optional) The proposal deposit fee, if required.addresses
- Array<String>
: A list of addresses to add as owners.veto
- Boolean
: Grant veto right to owners.nonce
- Number|String
: The signing account’s next nonce. fee
- String
: The network fee to be paid by the signing account. timestamp
- String
: (optional) The unix timestamp of the transaction.sig
- String
: (optional) The transaction signature. If not provided, the transaction will be signed using the signingKey
.signingKey
- String
: (optional) The private key to use to sign the transaction. payloadOnly
- Boolean
: (optional) When true, the transaction payload is returned instead of being sent to the network.Object
- The result objecthash
- String
: A 32 bytes transaction hash.txObject
- Object
: The transaction objectid
- String
: The ID of the proposal.name
- String
: The name of the repository.vote
- Number
: The vote choice: No
, Yes
NoWithVeto
Abstain
nonce
- Number|String
: The signing account’s next nonce. fee
- String
: The network fee to be paid by the signing account. timestamp
- String
: (optional) The Unix timestamp of the transaction.sig
- String
: (optional) The transaction signature. If not provided, the transaction will be signed using the signingKey
.signingKey
- String
: (optional) The private key to use to sign the transaction. payloadOnly
- Boolean
: (optional) When true, the transaction payload is returned instead of being sent to the network.Object
- The result objecthash
- String
: A 32 bytes transaction hash.Yes
on a proposal with ID = 1
.name
- String
: The name of the repository.queryopts
- Object
: The query optionsheight
- Number|String
: (Optional) The chain height to search for repository. Defaults to the latest block height.noProps
- Boolean
: If true, proposals will not be returned. Object
- The result objectbalance
- String
: The coin balance of the repository.config
- RepoConfig
: The repository configuration.contributors
- {PushKey: [RepoContributor](#)}
: The repository contributors.owners
- {Address: [RepoOwner](#)}
- The owners of the repository.proposals
- {ID: [RepoProposal](#)}
- The proposals created on the repository.references
- {Reference: [RepoReference](#)}
- The git references of the repository.txObject
- Object
: The transaction objectid
- String
: A unique, numeric proposal ID. Must not exceed 16 characters.name
- String
: The unique name of the repository.value
- String
: (optional) The proposal deposit fee, if required.config
- Object
: The config update to merge into the existing configuration.nonce
- Number|String
: The signing account’s next nonce. fee
- String
: The network fee to be paid by the signing account. timestamp
- String
: (optional) The Unix timestamp of the transaction.sig
- String
: (optional) The transaction signature. If not provided, the transaction will be signed using the signingKey
.signingKey
- String
: (optional) The private key to use to sign the transaction. payloadOnly
- Boolean
: (optional) When true, the transaction payload is returned instead of being sent to the network.Object
- The result objecthash
- String
: A 32 bytes transaction hash.txObject
- Object
: The transaction objectid
- String
: A target proposal ID that will receive the deposit.name
- String
: The unique name of the repository.value
- String
: The amount to deposit as proposal fee. nonce
- Number|String
: The signing account’s next nonce. fee
- String
: The network fee to be paid by the signing account. timestamp
- String
: (optional) The unix timestamp of the transaction.sig
- String
: (optional) The transaction signature. If not provided, the transaction will be signed using the signingKey
.signingKey
- String
: (optional) The private key to use to sign the transaction. payloadOnly
- Boolean
: (optional) When true, the transaction payload is returned instead of being sent to the network.Object
- The result objecthash
- String
: A 32 bytes transaction hash.1
.txObject
- Object
: The transaction objectid
- String
: A unique, numeric proposal ID. Must not exceed 16 characters.name
- String
: The unique name of the repository.value
- String
: (optional) The proposal deposit fee, if required.keys
- Array<String>
: A list of push keys to add as contributorspolicies
- Array<[ContributorPolicy](#)>
: A list of access policies to apply to the contributors.feeMode
- Number
: The fee mode determines who pays the fees whenever a contributor performs a push operation. There are 3 fee mode options: feeCap
- Number
: The maximum amount of fees payable by the repository if feeMode
is 2
.namespace
- String
: Adds the push keys as namespace-level contributors. Note: The repository must own the namespace.namespaceOnly
- String
: Adds the push keys only as namespace-level contributors. They will not be added as contributors to the repository itself. Note: The repository must own the namespace. nonce
- Number|String
: The signing account’s next nonce. fee
- String
: The network fee to be paid by the signing account. timestamp
- String
: (optional) The unix timestamp of the transaction.sig
- String
: (optional) The transaction signature. If not provided, the transaction will be signed using the signingKey
.signingKey
- String
: (optional) The private key to use to sign the transaction. payloadOnly
- Boolean
: (optional) When true, the transaction payload is returned instead of being sent to the network.Object
- The result objecthash
- String
: A 32 bytes transaction hash.names
- String
: A comma separated list of repository names.height
- String|Number
: (Optional) The block height to begin synchronization from. my_repo
.my_repo
and someones_repo
names
- String
: A comma-separated list of repository names.my_repo
.my_repo
and someones_repo
.Object
- The result object